runtime.hmap.growing (method)
22 uses
runtime (current package)
map.go#L609: if h.growing() {
map.go#L657: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map.go#L725: if h.growing() {
map.go#L887: if h.growing() && it.B == h.B {
map.go#L1103: func (h *hmap) growing() bool {
map.go#L1132: if h.growing() {
map_fast32.go#L115: if h.growing() {
map_fast32.go#L156: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast32.go#L205: if h.growing() {
map_fast32.go#L246: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast32.go#L291: if h.growing() {
map_fast32.go#L369: if h.growing() {
map_fast64.go#L115: if h.growing() {
map_fast64.go#L156: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast64.go#L205: if h.growing() {
map_fast64.go#L246: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast64.go#L291: if h.growing() {
map_fast64.go#L371: if h.growing() {
map_faststr.go#L226: if h.growing() {
map_faststr.go#L275: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_faststr.go#L320: if h.growing() {
map_faststr.go#L397: if h.growing() {